home *** CD-ROM | disk | FTP | other *** search
/ Sports Illustrated for Kids - Awesome Athletes! / Sports Illustrated for Kids - Awesome Athletes!.iso / hf.dir / 00018_BIO Hotlink Handler.ls < prev    next >
Encoding:
Text File  |  1996-04-19  |  169 b   |  9 lines

  1. on mouseDown
  2.   global gHFpageno, ghfathleteno
  3.   if rollOver(11) then
  4.     pass()
  5.     return 
  6.   end if
  7.   CheckHotLink("BIO" & ghfathleteno & gHFpageno, the mouseWord)
  8. end
  9.